home *** CD-ROM | disk | FTP | other *** search
- -- background: 4989 from stack: in
- -- bmap block id: 5603
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on closeCard
- send setParameters to the target
- end closeCard
-
- on openCard
- select line 1 of card field 1
- end opencard
-
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=428 top=160 right=289 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Blurb
- ----- HyperTalk script -----
- on mouseUp
- click at the loc of bkgnd button "experiment"
- end mouseUp
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=428 top=293 right=328 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 1020 / 1020
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- show card field "help"
- wait until the mouse is down
- hide card field "help"
- end mouseUp
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=428 top=38 right=69 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Experiment
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=16 top=319 right=340 bottom=76
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- global ReturnCard
- go ReturnCard
- end mouseUp
-
-